CommandName{setToolBarButtonState}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle toolbar, int item, int state}CloseBrace{}Description{Sets whether a toolbar button appears "pushed in" or not.  This is useful if you want toggle items on the toolbar, the Bold On/Off toolbar button in Microsoft Word is an example of a toggle item.}ReturnDescription{}Param1{toolbar}Param1Desc{Handle of a toolbar gadget}Param2{item}Param2Desc{Index of the item, starting at 0 for the left-most icon on the toolbar.}Param3{state}Param3Desc{0 for normal appearence, 1 for pushed in appearence}